gdkwindow: Remove an extra region copy
authorJasper St. Pierre <jstpierre@mecheye.net>
Sat, 21 Jun 2014 14:33:40 +0000 (10:33 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Sat, 21 Jun 2014 15:00:24 +0000 (11:00 -0400)
commit47d6677e92bb364b6a58fad624d89ebb4a0fc6dd
treeb66dfb5a9328ee810d97724e6f746ccac40ae68e
parent7fefd211b87017f0860117c2fc70a36b90708311
gdkwindow: Remove an extra region copy

This code is only called with the current paint region as its argument.
Instead of having to copy it and do a no-op intersect against itself,
just use the current paint directly.
gdk/gdkwindow.c